home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / cdlabel / cdlabdes.exe / {app} / CDLabDesigner.exe / 0 / RCDATA / TFRMPICPROP / TFRMPICPROP.txt
Encoding:
Text File  |  2002-12-05  |  3.1 KB  |  144 lines

  1. object frmPicProp: TfrmPicProp
  2.   Left = 273
  3.   Top = 176
  4.   HelpContext = 2
  5.   BorderStyle = bsDialog
  6.   Caption = 'Image Properties'
  7.   ClientHeight = 343
  8.   ClientWidth = 456
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 183
  11.   Constraints.MinWidth = 324
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Position = poOwnerFormCenter
  20.   ShowHint = True
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnKeyDown = FormKeyDown
  24.   DesignSize = (
  25.     456
  26.     343)
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object Bevel1: TBevel
  30.     Left = 8
  31.     Top = 8
  32.     Width = 157
  33.     Height = 305
  34.     Anchors = [akLeft, akTop, akBottom]
  35.   end
  36.   object Label1: TLabel
  37.     Left = 28
  38.     Top = 52
  39.     Width = 89
  40.     Height = 13
  41.     Caption = 'Transparent color:'
  42.   end
  43.   object SB_BkColor: TSpeedButton
  44.     Left = 128
  45.     Top = 48
  46.     Width = 23
  47.     Height = 22
  48.     Hint = 'Set transparent color'
  49.     Transparent = False
  50.     OnClick = SB_BkColorClick
  51.   end
  52.   object SpeedButton1: TSpeedButton
  53.     Left = 20
  54.     Top = 80
  55.     Width = 133
  56.     Height = 22
  57.     Hint = 'Load other picture'
  58.     Caption = '&Load picture'
  59.     OnClick = SpeedButton1Click
  60.   end
  61.   object Button1: TButton
  62.     Left = 223
  63.     Top = 320
  64.     Width = 75
  65.     Height = 21
  66.     Anchors = [akRight, akBottom]
  67.     Caption = '&Ok'
  68.     ModalResult = 1
  69.     TabOrder = 2
  70.   end
  71.   object Button2: TButton
  72.     Left = 299
  73.     Top = 320
  74.     Width = 75
  75.     Height = 21
  76.     Anchors = [akRight, akBottom]
  77.     Caption = '&Apply'
  78.     Default = True
  79.     TabOrder = 3
  80.     OnClick = Button2Click
  81.   end
  82.   object Button3: TButton
  83.     Left = 375
  84.     Top = 320
  85.     Width = 75
  86.     Height = 21
  87.     Anchors = [akRight, akBottom]
  88.     Cancel = True
  89.     Caption = '&Cancel'
  90.     ModalResult = 2
  91.     TabOrder = 4
  92.   end
  93.   object Chk_Transp: TCheckBox
  94.     Left = 16
  95.     Top = 20
  96.     Width = 129
  97.     Height = 17
  98.     Hint = 'Transparent'
  99.     Alignment = taLeftJustify
  100.     Caption = 'Transparent:'
  101.     TabOrder = 0
  102.     OnClick = Chk_TranspClick
  103.   end
  104.   object ScrollBox1: TScrollBox
  105.     Left = 172
  106.     Top = 7
  107.     Width = 277
  108.     Height = 306
  109.     HorzScrollBar.Tracking = True
  110.     VertScrollBar.Tracking = True
  111.     Anchors = [akLeft, akTop, akRight, akBottom]
  112.     BevelOuter = bvNone
  113.     TabOrder = 1
  114.     object Image1: TImage
  115.       Left = 0
  116.       Top = 0
  117.       Width = 105
  118.       Height = 105
  119.       Cursor = crHandPoint
  120.       Hint = 'Click to choose transparent color'
  121.       AutoSize = True
  122.       ParentShowHint = False
  123.       ShowHint = True
  124.       OnMouseDown = Image1MouseDown
  125.     end
  126.   end
  127.   object CD: TColorDialog
  128.     Ctl3D = True
  129.     Options = [cdFullOpen, cdAnyColor]
  130.     Left = 72
  131.     Top = 132
  132.   end
  133.   object OPD: TOpenPictureDialog
  134.     Filter = 
  135.       'All (*.jpg;*.jpeg;*.bmp;*.ico;*.emf;*.wmf)|*.jpg;*.jpeg;*.bmp;*.' +
  136.       'wmf;*.emf|JPEG Image File (*.jpg)|*.jpg|JPEG Image File (*.jpeg)' +
  137.       '|*.jpeg|Bitmaps (*.bmp)|*.bmp|Windows Metafile (*.wmf)|*.wmf|Win' +
  138.       'dows Metafile (*.emf)|*.emf'
  139.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  140.     Left = 44
  141.     Top = 132
  142.   end
  143. end
  144.